home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 20 / 3 / DISK2032.ZIP / BARMENU.H next >
C/C++ Source or Header  |  1990-09-01  |  1KB  |  24 lines

  1. /*--------------------------------------------------------------
  2.  *  File:           BARMENU.H
  3.  *  Description:    Function declarations for the MPLUS barmenu.
  4.  *
  5.  *                  This header is obsolete and is valid only for
  6.  *                  pre 1.3 versions of MPLUS.  Included for illustrative
  7.  *                  purposes.  See mpmenu.h for comparison.
  8.  *
  9.  *  Developed for the MPLUS Graphic Interface Library
  10.  *  Copyright (c) 1989 by Michael Yam
  11.  *-------------------------------------------------------------*/
  12.  
  13. extern  void bm_init(short row,short col,char * *bmselect,char * *bfselect,int (cdecl * *funselect)());
  14. extern  int (cdecl *bm_run(short fg,short bg))();
  15. extern  void bm_show(short fg,short bg,short highlite);
  16. extern  void bm_exit(int key, int (cdecl *funptr)()); 
  17. /*-------------------------------------------------------------*
  18.  *                  End of BARMENU.H                           *
  19.  *-------------------------------------------------------------*/
  20.  
  21.  
  22.  
  23.                                                                   
  24.